home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / atool201.zip / DEMOTOOL.MAK < prev    next >
Text File  |  1994-11-29  |  3KB  |  107 lines

  1. #
  2. # Borland C++ IDE generated makefile
  3. #
  4. .AUTODEPEND
  5.  
  6.  
  7. #
  8. # Borland C++ tools
  9. #
  10. IMPLIB  = Implib
  11. BCC     = Bcc +BccW16.cfg 
  12. TLINK   = TLink
  13. TLIB    = TLib
  14. BRC     = Brc
  15. TASM    = Tasm
  16. #
  17. # IDE macros
  18. #
  19.  
  20.  
  21. #
  22. # Options
  23. #
  24. IDE_LFLAGS =  -LC:\BC4\LIB
  25. IDE_RFLAGS = 
  26. LLATW16_CcbBC4bOUTPUTbdemotooldexe =  -n -c -C -LC:\BC4\LIB -Twe
  27. RLATW16_CcbBC4bOUTPUTbdemotooldexe =  -31
  28. BLATW16_CcbBC4bOUTPUTbdemotooldexe = 
  29. CNIEAT_CcbBC4bOUTPUTbdemotooldexe = -IC:\BC4\INCLUDE;C:\BC4\MYHEAD -D
  30. LNIEAT_CcbBC4bOUTPUTbdemotooldexe = -x
  31. LEAT_CcbBC4bOUTPUTbdemotooldexe = $(LLATW16_CcbBC4bOUTPUTbdemotooldexe)
  32. REAT_CcbBC4bOUTPUTbdemotooldexe = $(RLATW16_CcbBC4bOUTPUTbdemotooldexe)
  33. BEAT_CcbBC4bOUTPUTbdemotooldexe = $(BLATW16_CcbBC4bOUTPUTbdemotooldexe)
  34. CLATW16_ddbddbddboutputbestoolsdlib = 
  35. LLATW16_ddbddbddboutputbestoolsdlib = 
  36. RLATW16_ddbddbddboutputbestoolsdlib = 
  37. BLATW16_ddbddbddboutputbestoolsdlib = 
  38. CEAT_ddbddbddboutputbestoolsdlib = $(CEAT_CcbBC4bOUTPUTbdemotooldexe) $(CLATW16_ddbddbddboutputbestoolsdlib)
  39. CNIEAT_ddbddbddboutputbestoolsdlib = -IC:\BC4\INCLUDE;C:\BC4\MYHEAD -D
  40. LNIEAT_ddbddbddboutputbestoolsdlib = -x
  41. LEAT_ddbddbddboutputbestoolsdlib = $(LEAT_CcbBC4bOUTPUTbdemotooldexe) $(LLATW16_ddbddbddboutputbestoolsdlib)
  42. REAT_ddbddbddboutputbestoolsdlib = $(REAT_CcbBC4bOUTPUTbdemotooldexe) $(RLATW16_ddbddbddboutputbestoolsdlib)
  43. BEAT_ddbddbddboutputbestoolsdlib = $(BEAT_CcbBC4bOUTPUTbdemotooldexe) $(BLATW16_ddbddbddboutputbestoolsdlib)
  44.  
  45. #
  46. # Dependency List
  47. #
  48. Dep_demotool = \
  49.    C:\BC4\OUTPUT\demotool.exe
  50.  
  51. demotool : BccW16.cfg $(Dep_demotool)
  52.   echo MakeNode 
  53.  
  54. Dep_CcbBC4bOUTPUTbdemotooldexe = \
  55.    C:\BC4\OUTPUT\demotool.obj\
  56.    C:\BC4\OUTPUT\demotool.res\
  57.    demotool.def\
  58.    demofunc.obj\
  59.    ..\..\..\output\estools.lib
  60.  
  61. C:\BC4\OUTPUT\demotool.exe : $(Dep_CcbBC4bOUTPUTbdemotooldexe)
  62.   $(TLINK)   @&&|
  63.  /v $(IDE_LFLAGS) $(LEAT_CcbBC4bOUTPUTbdemotooldexe) $(LNIEAT_CcbBC4bOUTPUTbdemotooldexe) +
  64. C:\BC4\LIB\c0ws.obj+
  65. C:\BC4\OUTPUT\demotool.obj+
  66. demofunc.obj
  67. $<,$*
  68. ..\..\..\output\estools.lib+
  69. C:\BC4\LIB\import.lib+
  70. C:\BC4\LIB\mathws.lib+
  71. C:\BC4\LIB\cws.lib
  72. demotool.def
  73. |
  74.    $(BRC) C:\BC4\OUTPUT\demotool.res $<
  75.  
  76. C:\BC4\OUTPUT\demotool.obj :  demotool.c
  77.   $(BCC)   -P- -c @&&|
  78.  $(CEAT_CcbBC4bOUTPUTbdemotooldexe) $(CNIEAT_CcbBC4bOUTPUTbdemotooldexe) -o$@ demotool.c
  79. |
  80.  
  81. C:\BC4\OUTPUT\demotool.res :  demotool.rc
  82.   $(BRC) $(IDE_RFLAGS) $(REAT_CcbBC4bOUTPUTbdemotooldexe) $(CNIEAT_CcbBC4bOUTPUTbdemotooldexe) -R -FO$@ demotool.rc
  83.  
  84. # Compiler configuration file
  85. BccW16.cfg : 
  86.    Copy &&|
  87. -R
  88. -v
  89. -vi
  90. -H
  91. -H=demotool.csm
  92. -R-
  93. -i32
  94. -v-
  95. -O
  96. -Oe
  97. -Ob
  98. -Z
  99. -k-
  100. -vi-
  101. -H-
  102. -ms
  103. -W
  104. | $@
  105.  
  106.  
  107.